[INFO] cloning repository https://github.com/mzurs/face-recognition
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mzurs/face-recognition" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmzurs%2Fface-recognition", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmzurs%2Fface-recognition'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5909e69ea55227b3bb32489ea13311a1bcb7164b
[INFO] checking mzurs/face-recognition against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmzurs%2Fface-recognition" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mzurs/face-recognition
[INFO] finished tweaking git repo https://github.com/mzurs/face-recognition
[INFO] tweaked toml for git repo https://github.com/mzurs/face-recognition written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mzurs/face-recognition on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mzurs/face-recognition already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stable-fs v0.3.1
[INFO] [stderr]   Downloaded ic-wasi-polyfill v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04
[INFO] running `Command { std: "docker" "start" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking scan_fmt v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling liquid-derive v0.26.5
[INFO] [stderr]    Compiling candid_derive v0.6.6
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking csscolorparser v0.6.2
[INFO] [stderr]     Checking colorgrad v0.6.2
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling pest v2.7.10
[INFO] [stderr]    Compiling pest_meta v2.7.10
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling pest_generator v2.7.10
[INFO] [stderr]    Compiling pest_derive v2.7.10
[INFO] [stderr]     Checking string-interner v0.15.0
[INFO] [stderr]     Checking ic_principal v0.1.1
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking serde_bytes v0.11.14
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking ic-stable-structures v0.6.5
[INFO] [stderr]    Compiling kstring v2.0.0
[INFO] [stderr]    Compiling serde_tokenstream v0.1.7
[INFO] [stderr]    Compiling serde_tokenstream v0.2.1
[INFO] [stderr]     Checking tract-data v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]    Compiling liquid-core v0.26.6
[INFO] [stderr]     Checking candid v0.10.8
[INFO] [stderr]    Compiling liquid-lib v0.26.6
[INFO] [stderr]    Compiling liquid v0.26.6
[INFO] [stderr]    Compiling tract-linalg v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]    Compiling ic-cdk-macros v0.13.2
[INFO] [stderr]    Compiling ic-cdk-macros v0.14.0
[INFO] [stderr]     Checking ic-cdk v0.13.2
[INFO] [stderr]     Checking ic-cdk v0.14.0
[INFO] [stderr]     Checking stable-fs v0.3.1
[INFO] [stderr]     Checking ic-wasi-polyfill v0.4.1
[INFO] [stderr]     Checking tract-core v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]     Checking tract-nnef v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]     Checking tract-hir v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]     Checking tract-onnx-opl v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]     Checking tract-onnx v0.21.6-pre (https://github.com/sonos/tract?rev=2a2914ac29390cc08963301c9f3d437b52dd321a#2a2914ac)
[INFO] [stderr]     Checking backend v1.1.0 (/opt/rustwide/workdir/src/backend)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.18s
[INFO] running `Command { std: "docker" "inspect" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04", kill_on_drop: false }`
[INFO] [stdout] 5fef46dab031d6ad87b6c6d34d75f8349312369dc0e67b2ee5c3df6c7a2f8e04
